Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

fix(plugin-chart-echarts): funnel chart improvements #1110

Merged
merged 2 commits into from
May 15, 2021

Conversation

xiezhongfu
Copy link
Contributor

@xiezhongfu xiezhongfu commented May 14, 2021

🏆 Enhancements

1: add onInit function to make row_limit default value into effect

1.1: before

onInit before

1.2: after

onInit after

2: rm LABEL LINE

2.1: before

rm LABEL LINE before

2.2: after

rm LABEL LINE after

3: rm label's textBorderColor

3.1: before

label's textBorderColor before

3.2: after

label's textBorderColor after

4: rm Funnel shape

4.1: rm Funnel shape before

Funnel shape before

4.1: rm Funnel shape after

Funnel shape after

5: rm legend type

5.1: before

legend type before

5.2: after

legend type after

1: force row_limit default value success by onInit function; 2: rm "show labels"; 3: rm label's
textBorderColor; 4: rm "Funnel shape"; 5: rm "legend type"
@xiezhongfu xiezhongfu requested a review from a team as a code owner May 14, 2021 16:08
@vercel
Copy link

vercel bot commented May 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/superset/superset-ui/4sTYANjJYc4dWMEuwpmsRf3xSZAk
✅ Preview: https://superset-ui-git-fork-xiezhongfu-master-superset.vercel.app

@codecov
Copy link

codecov bot commented May 14, 2021

Codecov Report

Merging #1110 (a5b362c) into master (9e89c9e) will increase coverage by 0.01%.
The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1110      +/-   ##
==========================================
+ Coverage   28.98%   28.99%   +0.01%     
==========================================
  Files         462      462              
  Lines        9202     9204       +2     
  Branches     1449     1449              
==========================================
+ Hits         2667     2669       +2     
  Misses       6333     6333              
  Partials      202      202              
Impacted Files Coverage Δ
.../plugin-chart-echarts/src/Funnel/transformProps.ts 74.35% <ø> (ø)
...s/plugin-chart-echarts/src/Funnel/controlPanel.tsx 66.66% <75.00%> (+16.66%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e89c9e...a5b362c. Read the comment docs.

@xiezhongfu xiezhongfu marked this pull request as ready for review May 15, 2021 08:48
@zhaoyongjie zhaoyongjie changed the title feat(plugin-chart-echarts): opt funnel fix(plugin-chart-echarts): funnel chart improvements May 15, 2021
Copy link
Contributor

@zhaoyongjie zhaoyongjie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhaoyongjie zhaoyongjie merged commit 2f19ed6 into apache-superset:master May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants